home *** CD-ROM | disk | FTP | other *** search
/ Commodore 64 Scene Diskmags Assortment / Mega_Madness_09_1992-03_Acrise_Legacy.d64 / note 2 m.madness (.txt) < prev   
Commodore BASIC  |  2023-02-26  |  750b  |  21 lines

  1. 0 poke53280,0:poke53281,0:poke646,15:print"[147]"
  2. 1 print"       small note to mega madness"
  3. 2 print"       [163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163]"
  4. 3 print"-after reading each chapter, if you have";
  5. 4 print" moved to joystick down to the end, so"
  6. 5 print" that it doesn't go down anymore, move"
  7. 6 print" the page a little bit back - other wise";
  8. 7 print" the next chapter won't scroll up-down!"
  9. 8 gosub 100
  10. 9 print"-this issue was made in co-op by design"
  11. 10 print" of legacy and dmi of acrise !":print
  12. 11 print"-a few days after all text was written"
  13. 12 print" design rejoined image again!"
  14. 13 print""
  15. 14 print"   [164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164][164]"
  16. 15 print"   see ya signed the guys in acrise !"
  17. 16 print"   [163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163]"
  18. 20 goto 20
  19. 100 print:print"-this bug will be fixed in da next issue"
  20. 101 return
  21.